You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Dew.Stats.Units Namespace
>
Classes
>
Regress Class
>
Regress Methods
>
MulLinRegress Method
>
Regress.MulLinRegress Method ([In] TVec, [In] TMtx, [In] TVec, bool, [In] TVec, [In] TMtx, TRegSolveMethod)
Dew Stats for .NET
Regress.MulLinRegress Method ([In] TVec, [In] TMtx, [In] TVec, bool, [In] TVec, [In] TMtx, TRegSolveMethod)
Regress Class
Regress Members
Dew.Stats.Units Namespace
MulLinRegress Method
Collapse All
Multivariante linear regression.
Syntax
C#
Visual Basic
public
static
void
MulLinRegress
([In]
TVec
Y
, [In]
TMtx
A
, [In]
TVec
b
,
bool
Constant
, [In]
TVec
YCalc
, [In]
TMtx
ATA
,
TRegSolveMethod
Method
);
Public
static
Function
MulLinRegress
(
Y
As
[In]
TVec
,
A
As
[In]
TMtx
,
b
As
[In]
TVec
,
Constant
=
true
,
YCalc
As
[In]
TVec
= null,
ATA
As
[In]
TMtx
= null,
Method
As
TRegSolveMethod
= TRegSolveMethod.regSolveLQR)
As
void
Group
MulLinRegress Method
Links
Regress Class
,
Regress Members
,
Dew.Stats.Units Namespace
,
MulLinRegress Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!